|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.common.actions.AssignmentAction
public class AssignmentAction
An action that modifies the variable registry.
| Field Summary | |
|---|---|
protected AssignmentConfiguration[] |
configurations
The configurations to use. |
protected IActionContext |
context
The context to use. |
protected IVariableRegistry |
variableRegistry
The variable registry to use. |
| Constructor Summary | |
|---|---|
AssignmentAction(IActionContext context,
IVariableRegistry variableRegistry,
AssignmentConfiguration[] configurations)
Creates a new AssignmentAction. |
|
| Method Summary | |
|---|---|
IActionResult |
execute()
Executes this action and returns its outcome. |
protected IActionResult |
execute(java.util.Map values)
execute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final IActionContext context
protected final IVariableRegistry variableRegistry
protected final AssignmentConfiguration[] configurations
| Constructor Detail |
|---|
public AssignmentAction(IActionContext context,
IVariableRegistry variableRegistry,
AssignmentConfiguration[] configurations)
context - The context to use.variableRegistry - The variable registry to use.configurations - The configurations to use.| Method Detail |
|---|
public IActionResult execute()
IAction
execute in interface IActionprotected IActionResult execute(java.util.Map values)
values -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||